<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@font-face {
  src: url(../fonts/HelveticaInserat.ttf);
}
@font-face {
  font-family: 'FuturistCondensed';
  src: url('../fonts/FuturistCondensed Regular.TTF');/* IE9*/
  src: url('../fonts/FuturistCondensed Regular.TTF') format('embedded-opentype'), /* IE6-IE8 */
  /*url('../fonts/FuturistCondensed Regular.woff') format('woff'), *//* chrome、firefox */
  url('../fonts/FuturistCondensed Regular.TTF') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('../fonts/FuturistCondensed Regular.svg#iconfont') format('svg');/* iOS 4.1- */
}
i{font-style:normal}
@font-face {font-family: 'iconfont';
    src: url('font/iconfont.eot'); /* IE9*/
    src: url('font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('font/iconfont.woff') format('woff'), /* chrome、firefox */
    url('font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont{font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;font-family:iconfont;}
body {
  font-family: 'Arial',"微软雅黑";
  min-width: 320px;
  color: #666;
  overflow-x: hidden;
  background: #f0f3f5;
}
.iconfont {
  font-family: 'iconfont';
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}
i,
em {
  font-style: normal;
}
.vcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.last {
  margin-right: 0 !important;
}
.tHide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blockFull {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.relative {
  position: relative;
}
a {transition: 0.5s;  color: #666;}
a:hover {  color: #f49721;  text-decoration: none;}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
p{margin:0;}
.container {
  width: 100%;max-width: 1310px;
}
.container1 {
  max-width: 1280px;padding: 0;
}
.pic {
  position: relative;
  overflow: hidden;
}
.pic:after {
  content: "";
  display: block;
}
.w100{ width: 100%;padding: 0 3.125vw; }

/*-banner-*/
/*.ban-shadow{ box-shadow: 5px 5px 10px rgba(0,0,0,0.1) }*/
.banner {position: relative;background: #f0f3f5;}
.banner .swiper-slide{width: 100%; background-size: cover;background-position: center;position: relative;}
/*.banner-index{height: 100vh;}*/
.banner-index .pic:after{padding-bottom:38.88%;}
.banner-page .pic:after{padding-bottom:33.33%;}

.banner .swiper-slide .content{ width: 100%;max-width: 1310px; padding: 0 15px;position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);color: #fff; }

.banner-index .swiper-slide .content p{color:#fff; transition: 0.8s;opacity: 0;transform: translateY(40px);transition-delay: 0.3s;}
.banner-index .swiper-slide .content p.p1{
  font-size: 48px;line-height: 1.25;
  text-transform: uppercase;transition-delay: 0s;
}
.banner-index .swiper-slide .content p.p2 {margin-top: 25px;
  font-size: 16px;line-height: 1.5;
  text-transform: capitalize;transition-delay: 0.2s;
}
.banner-index .swiper-slide .content p.more{
  display: inline-block;padding: 0.78vw 2.34vw;margin-top: 75px;
  border:1px solid rgba(255,255,255,0.5);
  text-transform: uppercase;transition-delay: 0.4s;
}

.banner-page .swiper-slide .content{ top: 46%; }
.banner-page .swiper-slide .content h2{ font-size:48px;transition: 0.8s;text-transform: uppercase;opacity: 0;transform: translateY(30px); }
.banner-page .swiper-slide .content h3{ margin-top: 10px; font-size:36px;text-transform: uppercase; transition: 0.8s;opacity: 0;transform: translateY(30px);transition-delay: 0.3s; }

.banner .swiper-slide.ani-slide .content h2{transform: translateY(0);opacity: 1;}
.banner .swiper-slide.ani-slide .content h3{transform: translateY(0);opacity: 0.5;}
.banner .swiper-slide.ani-slide .content p{transform: translateY(0);opacity: 1;}

.banner .swiper-banner .swiper-pagination{display:none!important;}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet{ margin:0 5px; background: #fff;opacity:1;}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active{background: #f49721;opacity: 1;}
.banner-page .swiper-banner .swiper-pagination{display:none!important;}

#bannerDown{position: absolute; left: 50%;transform: translateX(-50%); bottom:4.92%;z-index: 1;cursor: pointer;opacity: 0.5;
  -webkit-animation: ProgressDots 2s infinite both;
  animation: ProgressDots 2s infinite both; }
@keyframes ProgressDots {
    0% {
        bottom: 7%;
    }
    50% {
        bottom: 5.15%;
    }
    100%{
        bottom: 7%;
    }
}
@-webkit-keyframes ProgressDots {
    0% {
        bottom: 7%;
    }
    50% {
        bottom: 5.15%;
    }
    100%{
        bottom: 7%;
    }
}
@-moz-keyframes ProgressDots {
    0% {
        bottom: 7%;
    }
    50% {
        bottom: 5.15%;
    }
    100%{
        bottom: 7%;
    }
}
@-o-keyframes ProgressDots {
    0% {
        bottom: 7%;
    }
    50% {
        bottom: 5.15%;
    }
    100%{
        bottom: 7%;
    }
}

.col-index-search{padding: 20px 0; background: #f49721;}
.col-index-search input{width:100%;padding:12px 0;  background:#fff;border:0;font-size: 18px; line-height:36px;text-align: center;-webkit-text-stroke-width:0;}
.col-index-search a#head_search{display:block;position:absolute;right:0;top:0;font-size:20px;color:#fff;cursor:pointer;text-align:center;line-height:34px;background: #b73b41;width: 43px;}
.col-index-search input::-webkit-input-placeholder,.col-index-search textarea::-webkit-input-placeholder {color: #dbdbdb;}
.col-index-search input:-moz-placeholder,.col-index-search textarea:-moz-placeholder {color:#dbdbdb;}
.col-index-search input::-moz-placeholder,.col-index-search textarea::-moz-placeholder {color:#dbdbdb;}
.col-index-search input:-ms-input-placeholder,.col-index-search textarea:-ms-input-placeholder {color:#dbdbdb;}

@media (max-width: 991px) {
  #bannerDown img{width:70px;}
  .banner .swiper-banner .swiper-slide{height: 320px;}
  .banner .pic{display: none;}

  .banner-page .swiper-slide .content h2{ font-size: 24px; }
  .banner-page .swiper-slide .content h3{ font-size: 18px;margin-top: 5px; }

  .banner-index .swiper-slide .content p.p1{ font-size: 24px; }
  .banner-index .swiper-slide .content p.p2{ margin-top: 15px; font-size: 14px; }
  .banner-index .swiper-slide .content p.more{margin-top: 30px; font-size: 12px; }

}
@media (max-width: 767px) {

}



/*header ------------ nav*/
.nav {position: relative;  z-index: 2;}
.nav ul li {  float: left;margin-right: 2.08vw;  line-height: 80px;  font-size: 16px;  position: relative;}
.nav ul li a {display: block;padding: 0 1vw; text-transform: uppercase;  color: #333;}
.nav ul li:hover a,
.nav ul li.active a {  color: #fff;  background: #f49721;}
.language {padding-left: 30px;margin-left: 2.08vw; line-height: 80px;font-size: 16px; color: #ccc;background: url(../images/lang.png) left center no-repeat; }
.language a { color: #ccc; }
.language a:hover,
.language a.on { color: #f49721; }
@media (max-width: 1300px) {
  .nav ul li{margin-right: 1vw;font-size: 14px;}
  .nav ul li a{padding: 0 0.7vw;}
  .language{margin-right: 1vw;font-size: 14px;}
}
/*首页*/
.col-index-title{}
.col-index-title h3{ font-size: 36px;color: #333; }
.col-index-title-f h3{ color: #fff; }

.col-index-more{margin-top: 50px; text-align: center; }
.col-index-more a{ display: inline-block;padding: 0.88vw 3.64vw; color: #fff;background: #f49721;box-shadow: 5px 5px 10px rgba(0,0,0,0.15) }
.col-index-more a:hover{opacity: 0.8;}
/*选择*/
.col-index-choose{padding: 100px 0;}
.col-index-choose ul.row{margin:0 -1.56%;}
.col-index-choose ul li{padding: 0 1.56%;margin-top: 40px;}
.col-index-choose ul li .padding{padding:45px 2.23vw;min-height: 360px; border:1px solid #ccc; }
.col-index-choose ul li h4{margin-top: 35px; font-size:24px;color: #333; }
.col-index-choose ul li p{margin-top: 25px; font-size:14px; color: #888;line-height: 1.7; }
/*首页产品*/
.col-index-product{ padding: 75px 0 205px; }
.col-index-product .padding{ max-width: 600px;padding: 60px 65px 70px; background: rgba( 244, 151, 33,0.85 ); }
.col-index-product p{margin-top: 20px; color: #fff0db;line-height: 1.8em; }
.col-index-product ul{padding-top: 5px;}
.col-index-product ul li{ float: left;width: 50%;margin-top: 25px;padding: 0 28px;position: relative; line-height: 1.6;}
.col-index-product ul li:before{content: '';width: 10px;height: 10px;border:2px solid #fff;border-radius: 50%;position: absolute;left: 0;top:6px;}
.col-index-product ul li a{ color: #fff; }
.col-index-product ul li a:hover{ text-decoration: underline; }
.col-index-product a.more{display: inline-block;padding:0.620vw 2.136vw;margin-top: 55px; border:1px solid rgba(255,255,255,0.5);color: #fff;}
.col-index-product a.more:hover{background: #fff;color: #f49721;}

.col-imageslist-product{padding:54px 3.125% 50px;margin-top: -114px; background: #fff;box-shadow: 0 5px 10px rgba(0,0,0,0.15); }
.col-imageslist-product ul{}
.col-imageslist-product ul li{}
.col-imageslist-product ul li .pic{ border:1px solid #ccc; }
.col-imageslist-product ul li .pic:after{padding-bottom: 68.42%;}

.col-imageslist-product ul li h5{margin-top: 22px; font-size: 18px; }
.col-imageslist-product ul li h5 a{color: #333;}

.col-imageslist-product .owl-theme .owl-nav{margin-top: 40px;}
.col-imageslist-product .owl-theme .owl-nav [class*=owl-]{margin:0 10px; width: 50px;height: 50px;position: relative; overflow: hidden; font-size: 0;font-family: 'iconfont';background:#fff;border-radius:50%;border:1px solid #f49721; color: #f49721;transition: 0.5s;box-shadow: 0 2px 10px rgba(0,0,0,0.15)}
.col-imageslist-product .owl-theme .owl-nav .owl-prev{ transform: rotateY(180deg); }
.col-imageslist-product .owl-theme .owl-nav .owl-next{ }
.col-imageslist-product .owl-theme .owl-nav [class*=owl-]:after{content: '\e653';position: absolute;left:50%;top:50%;transform: translate(-50% ,-50%);font-size:28px;margin-top: 1px;}
.col-imageslist-product .owl-theme .owl-nav [class*=owl-]:hover{background:#f49721;color: #fff;}
/*首页画册*/
.col-index-album{padding: 110px 0 114px;}
.col-index-album .col-index-more{margin-top: 70px;}
.col-index-album-list{}
.col-index-album-list ul{ margin-top: 50px; }
.col-index-album-list ul li{}
.col-index-album-list ul li .padding{ background: #fff;transition: 0.5s; }
.col-index-album-list ul li .pic{}
.col-index-album-list ul li .pic img{width: 100%;}
.col-index-album-list ul li .pic:after{padding-bottom: 141%;}
.col-index-album-list ul li h5{padding: 20px 0; font-size: 16px; }
.col-index-album-list ul li h5 a{color: #333;}
.col-index-album-list ul li .padding:hover{ background: #f49721;box-shadow: 0 0 10px rgba(0,0,0,0.15) }
.col-index-album-list ul li .padding:hover h5 a{color: #fff;}

/*首页关于我们*/
.col-index-about{padding: 130px 0 140px;}
.col-index-about .content{margin-top: 35px; color: #fff;line-height: 1.8em; }

.col-index-about-honor{padding: 35px 0 27px;}
.col-index-about-honor ul{margin:0 -1.56vw;}
.col-index-about-honor ul:after{clear:both;display:table;content:" ";}
.col-index-about-honor ul li{float: left;width: 14.28%;padding: 0 1.56vw; text-align: center; height: 81px;line-height: 81px;}

/*底部开始*/
.footer {  background: #292929;  padding-top:84px;}
.footerBox{ width: 23.43%;margin-right: 7.81%;margin-bottom: 40px; }
.footerBox h4{padding-bottom: 30px;margin-bottom: 25px; font-size: 24px;color: #fff; border-bottom: 2px solid #949494; }
.footerBox p{ line-height: 1.8em;color: #ccc; }
.footerBox a.more{display: inline-block;margin-top: 35px; line-height: 1.8em; color: #fff;border-bottom: 1px solid #d8d8d8;}
.footerBox a.more:hover{color: #f49721;border-color: #f49721;}
.footerBox ul{}
.footerBox ul li{margin-bottom: 13px; line-height: 1.8em;color: #ccc; }
.footerBox ul li a{color: #ccc;text-transform: capitalize;}
.footerBox ul li a:hover{color: #f49721;}

.footerBox-nav{width: 15.625%;margin-right: 6.25%;}
.footerBox-link{width: 15.625%;}

.footerBox-contact{margin-right: 0;}
.footerBox-contact ul li{padding-left: 45px;position: relative;}
.footerBox-contact ul li span{position: absolute;left: 0;top:0;}

.copy {padding: 23px 0; line-height: 1.8em; }
.copy p {  color: #999;}
.copy p a {  color: #999;}
.copy p a:hover {  color: #f49721;}
.social{ }
.social span{display: inline-block;margin-left: 18px; text-align: center; cursor: pointer;transition: 0.5s;}
.social span:hover{ opacity: 0.8 }
.social span.weixin {position: relative;}
.social span.weixin em{display: none;width:130px;height:130px; position: absolute;left: 50%;margin-left: -65px;top:-150px;}
.social span.weixin:hover em{display: block;}
/*面包屑导航*/
.mbx{padding: 15px 0;background: #f49721;color: #fff;}
.mbx a{color: #fff;}
.mbx a:hover{text-decoration: underline;}
/*内页开始*/
.col-page-title{}
.col-page-title h3{font-size: 30px;color: #333;}
.col-page-title2 h3{font-size: 36px;}

/*关于我们*/
.col-page-about{ padding-top: 85px; }
.col-page-about .content{ margin-top: 35px; }
.col-page-about .content p{ font-size: 16px;color: #888;line-height: 1.8em; }

.col-page-about-video{ margin-top: 55px; }
.col-page-about-video a{}
.col-page-about-video a span{display: inline-block;margin-left: 15px; font-size: 18px;color: #f49721;border-bottom: 1px solid #f49721;}

.col-page-about-pic{}
.col-page-about-pic ul{margin-top: 58px;}
.col-page-about-pic ul li{}
.col-page-about-pic ul li .pic{}
.col-page-about-pic ul li .pic:after{ padding-bottom: 56.45%; }
.col-page-about-pic .swiper-pagination{ position: static;margin-top: 53px; }
.col-page-about-pic .swiper-pagination-bullet{ width: 12px;height: 12px;background: #ccc;opacity: 1; }
.col-page-about-pic .swiper-pagination-bullet-active{ background: #f49721; }
.col-page-about .pro-video td{width:33.33%; padding:1%;}

/*集团历史*/
.col-page-history{padding-top: 100px;}

.col-history{padding: 0 50px;margin-top:66px; position: relative;}
.col-history:before{content: '';width: 100%;position: absolute;left: 0;top:14px;border-top:1px solid #ccc;}
.col-history .gallery-thumbs{ position: static;text-align: center; }
.col-history .swiper-slide{padding-top: 9px; font-size: 30px;color: #888;line-height: 1em; }
.col-history .swiper-slide span{ display: block;width: 12px;height: 12px;margin:0 auto 25px;position: relative; background: #f0f3f5;border:2px solid #f49721;border-radius: 50%; }
.col-history .swiper-slide span:before{content: '';width: 0;height: 0;position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);background: #f49721;opacity: 0;transition: 0.5s;border-radius: 50%;}
.col-history .swiper-slide-thumb-active{ color: #f49721; }
.col-history .swiper-slide-thumb-active span{ background: #f49721; }
.col-history .swiper-slide-thumb-active span:before{ width: 375%;height: 375%;opacity: 0.3; }
.col-history .swiper-button-prev,
.col-history .swiper-button-next{margin:0; width: 50px;height: 50px;font-size: 0;font-family: 'iconfont';background:#f49721;border-radius:50%; color: #f0f3f5;top:-10px;transition: 0.5s;opacity: 1!important;}
.col-history .swiper-button-prev{left: 0;}
.col-history .swiper-button-next{right: 0;}
.col-history .swiper-button-prev:after,
.col-history .swiper-button-next:after{content: '\e653';position: absolute;left:50%;top:50%;transform: translate(-50% ,-50%);font-size:28px;margin-top: 1px;}
.col-history .swiper-button-prev{ transform: rotateY(180deg); }
.col-history .swiper-button-prev:hover,
.col-history .swiper-button-next:hover{box-shadow: 0 2px 10px rgba(0,0,0,0.15)}

.col-historys .gallery-top{ margin-top: 25px; background: #fff; }
.col-historys .swiper-slide{padding: 2.34%;}
.col-historys .swiper-slide .pic{ width: 47.21%;margin-right: 4%; }
.col-historys .swiper-slide .pic:after{padding-bottom: 59.02%; }
.col-historys .swiper-slide .content{ width: 45.49%;margin-top: 25px; font-size: 16px;color: #888;line-height: 1.8em;}
/*产品应用*/
.col-our-product{padding-top: 120px;padding-bottom: 160px;}
.col-our-product .content{margin-top: 50px; font-size: 18px;color: #333;line-height: 1.8em; }
.col-our-product .content table{width: 100%;}
.col-our-product .content table td:nth-child(odd){padding-right: 15px;}
.col-our-product .content table td:nth-child(even){padding-left: 15px;}
.col-our-product .content img{margin-top: 30px;}

.col-product-application{margin-top: 69px; padding-bottom: 98px;}
.col-product-application .padding{padding-left: 78px; background: #fff;}
.col-product-application .title{ width: 78px;height: 100%;position: absolute;left:0;top:0;background: #f49721;color: #fff; }
.col-product-application .title span{ display: block;width: 20px; position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%); font-size: 18px;line-height: 1.2;text-align: center; }

.col-product-application .title-en span{width:auto;max-width: 100%;height: 100%; writing-mode:tb-rl}

.col-product-application .list{padding:50px 25px;}
.col-product-application .list ul{position: static;}
.col-product-application .list ul li{}
.col-product-application .list ul li .pic{transition: 0.5s;}
.col-product-application .list ul li .pic:after{padding-bottom: 74.62%;}
.col-product-application .list ul li:hover .pic{opacity: 0.8;}
.col-product-application .owl-theme .owl-nav{margin:0;width: 100%;position: absolute;left: 0;bottom:-98px;}
.col-product-application .owl-theme .owl-nav [class*=owl-]{margin:0 12px; width: 50px;height: 50px;position: relative; overflow: hidden; font-size: 0;font-family: 'iconfont';background:#f49721;border-radius:50%; color: #fff;transition: 0.5s;}
.col-product-application .owl-theme .owl-nav .owl-prev{ transform: rotateY(180deg); }
.col-product-application .owl-theme .owl-nav .owl-next{ }
.col-product-application .owl-theme .owl-nav [class*=owl-]:after{content: '\e653';position: absolute;left:50%;top:50%;transform: translate(-50% ,-50%);font-size:20px;margin-top: 1px;}
.col-product-application .owl-theme .owl-nav [class*=owl-]:hover{background:#f49721;color: #fff;box-shadow: 0 2px 10px rgba(0,0,0,0.15)}



/*荣誉资质*/
.honorcon ul {
  margin: 60px 0 100px;
}
.honorcon ul li {
  background: url(../images/honorbg.jpg) no-repeat bottom center;
  width: 205px;
  margin: 0 7.78% 0 0;
  height: 260px;
  float: left;
  position: relative;
}
.honorcon ul li .pic {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  bottom: 20px;
  text-align: center;
}
.honorcon ul li .pic img {
  border: 1px solid #f1f1f1;
  border-bottom: 0;
  padding: 12px 10px 0;
  max-height: 100%;
}
.honorcon ul li .pic .zzc {
  width: 100%;
  height: 100%;
  background: url(../images/hzzcbg.png);
  position: absolute;
  bottom: 0;
  /*opacity: 0;filter: alpha(opacity=0);*/ display: none;
}
.honorcon ul li .pic .zzc span {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../images/honorbtn.png) no-repeat center;
}
.honorcon ul li:hover .zzc {
  display: block;
}
.honorcon ul li:nth-child(4n) {
  margin-right: 0;
}
.phonehonor {
  display: none;
}
.phonehonor ul {
  width: 100%;
}
.phonehonor ul li {
  width: 100%;
}
.phonehonor ul li .pic {
  width: 100%;
}
.phonehonor ul li .pic:after {
  padding-bottom: 45%;
}
.phonehonor .slick-dots li {
  display: inline-block;
  width: auto;
}
.phonehonor .slick-dots li button {
  background: #ddd;
}
.phonehonor .slick-dots li.slick-active button {
  background: #d80808;
}
/*生产实力*/
.col-page-technical{padding-top: 105px;padding-bottom: 130px;}
.col-equipment{}
.col-equipment .content{ margin-top: 30px; font-size: 16px;color: #888;line-height: 1.8em; }

.col-equipment-imgs{ margin-top: 20px; }
.col-equipment-imgs ul.row{margin:0 -1.56%;}
.col-equipment-imgs ul li{padding:1.56%;}
.col-equipment-imgs ul li .pic{transition: 0.5s;}
.col-equipment-imgs ul li .pic:after{padding-bottom:67%; }
.col-equipment-imgs ul li:hover .pic{opacity: 0.7;}

.col-equipment-imgs .owl-theme .owl-nav{margin:30px 0 0;width: 100%;}
.col-equipment-imgs .owl-theme .owl-nav [class*=owl-]{margin:0 12px; width: 50px;height: 50px;position: relative; overflow: hidden; font-size: 0;font-family: 'iconfont';background:#f49721;border-radius:50%; color: #fff;transition: 0.5s;}
.col-equipment-imgs .owl-theme .owl-nav .owl-prev{ transform: rotateY(180deg); }
.col-equipment-imgs .owl-theme .owl-nav .owl-next{ }
.col-equipment-imgs .owl-theme .owl-nav [class*=owl-]:after{content: '\e653';position: absolute;left:50%;top:50%;transform: translate(-50% ,-50%);font-size:20px;margin-top: 1px;}
.col-equipment-imgs .owl-theme .owl-nav [class*=owl-]:hover{background:#f49721;color: #fff;box-shadow: 0 2px 10px rgba(0,0,0,0.15)}

.col-production{margin-top: 95px; background: #fff; }
.col-production .pic{ width: 58.20%; }
.col-production .text{ width: 41.79%;padding:4.68vw 3.28% 0; }
.col-production .text .content{margin-top: 2.08vw; font-size: 16px;color: #888;line-height: 1.8em; }

/*分页*/
.page {
  text-align: center;
  margin-top:45px;
}
.page li {
  display: inline;
}
.page li a{
  font-family: arial;
  background: #fff;
  padding: 9px 15px;
  margin: 0 5px;
  display: inline;
  color:#f49721;
  border:0;
  border-radius: 0!important;
}
.page li a:hover,
.page li.active a{
  background: #f49721;
  color: #fff;
}
.page li.bgnone a{
  background: none;
}
.page li.bgnone a:hover {
  color: #d80808;
}
/*生产实力详细页*/
.caseshow {
  margin-top: 55px;
}
.caseleft {
  width: 47%;
}
.caseleft .big .pic:after {
  padding-bottom: 67%;
}
.caseleft .small {
  margin-top: 6px;
}
.caseleft .small .pic {
  cursor: pointer;
}
.caseleft .small .pic:after {
  padding-bottom: 66.9%;
}
.caseleft .small .slick-current .pic {
  border: 3px solid #d80808;
}
.caseright {
  width: 47%;
}
.caseright h3 {
  font-size: 22px;
  color: #333;
  background: url(../images/caseshow.png) no-repeat bottom left;
  line-height: 30px;
  padding-bottom: 10px;
  margin: 30px 0 15px;
}
.caseright .crighttxt {
  color: #6b6b6b;
  min-height: 160px;
}
.caseright .prenext {
  margin-top: 30px;
}
.caseright .prenext a {
  display: block;
  line-height: 30px;
}

/*联系我们*/
.col-page-contact{padding-top: 120px;}
.col-map{width: 62.5%;box-shadow: 0 5px 10px rgba(0,0,0,0.15)  }
#allmap {
  width: 100%;
  height: 500px;
  border: 1px solid #d1d1d1;
}
#allmap img {
  max-width: 1070px;
  max-height: 368px;
}
#allmap label {
  max-width: 1070px;
}
.col-contactway{width: 35.93%;padding: 18px 0; }
.col-contactway .content{}
.col-contactway .content ul{padding-top: 10px;}
.col-contactway .content ul li{margin-top: 50px; padding-left: 30px;position: relative; font-size: 16px;color: #888; }
.col-contactway .content ul li img{ position: absolute;left: 0;top:-3.5px; }
.col-contactway .content ul li h5{margin-bottom: 6px; font-size: 18px;color: #000; }

/*在线留言*/
.col-onlinemessage{padding-top: 130px;padding-bottom: 145px;}
.col-onlinemessage .message{max-width: none;margin:40px 0 0;}
.col-onlinemessage .message ul{}
.col-onlinemessage .message ul li{width: 100%;float: left;position: relative;margin-top: 21px;}
.col-onlinemessage .message ul li.li1{width: 48.43%;margin-right: 3.14%;}
.col-onlinemessage .message ul li.li1:nth-child(2n){margin-right: 0;}

.col-onlinemessage .message ul li input{ width: 100%;padding: 0 15px 0 45px;height: 50px;line-height: 48px;border:1px solid #999; }
.col-onlinemessage .message ul li textarea{width: 100%;padding: 15px;height: 240px;border:1px solid #999;float: left;}

.col-onlinemessage .message ul li.li4{}
.col-onlinemessage .message ul li.li4 input{width: 120px;padding: 0 15px;}
.col-onlinemessage .message ul li.sub input{margin-left: 0;background: #f49721;font-size: 18px;color: #fff;padding: 0;border-color: #f49721;height: 55px;}


.col-onlinemessage .message ul li.li_1:before{content: ''; width: 25px;height:50px;position: absolute;left:12px;top:0; background: url(../images/icon-1.png) center center no-repeat;}
.col-onlinemessage .message ul li.li_2:before{content: ''; width: 25px;height:50px;position: absolute;left:12px;top:0; background: url(../images/icon-2.png) center center no-repeat;}
.col-onlinemessage .message ul li.li_3:before{content: ''; width: 25px;height:50px;position: absolute;left:12px;top:0; background: url(../images/icon-3.png) center center no-repeat;}
.col-onlinemessage .message ul li.li_4:before{content: ''; width: 25px;height:50px;position: absolute;left:12px;top:0; background: url(../images/icon-4.png) center center no-repeat;}
.col-onlinemessage .message ul li.li_5:before{content: ''; width: 25px;height:50px;position: absolute;left:12px;top:0; background: url(../images/icon-5.png) center center no-repeat;}

.col-onlinemessage input::-webkit-input-placeholder,.col-onlinemessage textarea::-webkit-input-placeholder {color: #cccccc;}
.col-onlinemessage input:-moz-placeholder,.col-onlinemessage textarea:-moz-placeholder {color:#cccccc;}
.col-onlinemessage input::-moz-placeholder,.col-onlinemessage textarea::-moz-placeholder {color:#cccccc;}
.col-onlinemessage input:-ms-input-placeholder,.col-onlinemessage textarea:-ms-input-placeholder {color:#cccccc;}




.message { width: 100%;max-width:1000px;margin:50px auto 80px; }
.message .messagecon {}
.message .messagecon ul {margin-top: 20px;}
.message .messagecon ul li{width:98%;margin:0 1%;float: left;}
.message .messagecon ul li.li_1{width: 48%;}

.message .messagecon ul li span {
  display: block;
  color: #333;
  line-height: 40px;
}
.message .messagecon ul li input {
  width: 100%;padding: 0 15px;
  line-height: 35px;
  border: 1px solid #999;
}
.message .messagecon ul li input[type="radio"],.message .messagecon ul li input[type="checkbox"]{
  width: auto;
}
.message .messagecon ul li select{
  width: 100%;
  height: 35px;
  border: 1px solid #999;
}
.message .messagecon ul li input:focus {
  border: 1px solid #029e65;
}
.message .messagecon ul li textarea {
  width: 100%;
  border: 1px solid #999;
  height: 240px;
  float: left;
}
.message .messagecon ul li textarea:focus {
  border: 1px solid #029e65;
}
.message .messagecon ul li.li4 {margin-top: 21px;}
.message .messagecon ul li.li4 input {
  width: 120px;
  float: left;
}
.message .messagecon ul li.li4 img {
  float: left;
  cursor: pointer;
  margin: 0 5px;
}
.message .messagecon ul li.li4 a {
  float: left;
  line-height: 35px;
}

.message .sub {text-align: center;margin-top: 45px!important;}
.message .sub input {
  height: 45px;
  width: 20%;min-width: 120px;
  background: #575757;
  border: 0;
  
  color: #fff;
  margin-left: 10px;
  transition: 0.3s;
}
.message .sub input:hover {
  background: #029e65;
}
/*人才招聘*/


.col-job ul{margin-top:45px;}
.col-job ul li{ margin-bottom: 5px; }
.col-job ul li span.jia{display: block; width: 16px;height: 2px;background: rgba(0,0,0,0.38);position: absolute;right:3.16%;top:50%;margin-top: -1px;}
.col-job ul li span.jia:after{content: '';width: 2px;height: 16px;background: rgba(0,0,0,0.38);position: absolute;left:50%;top:50%;margin-left: -1px;margin-top: -8px;}
.col-job ul li.li1{padding:0 6.25%; margin-bottom: 0; background: #9d9b9b;font-size: 18px;height: 56px;line-height: 56px;color: #fff;text-transform: capitalize;}
.col-job ul li .jobtit{padding:0 6.25%;background:rgba(255,255,255,0.9);color: #000;height: 56px;line-height: 56px;position: relative;}
.col-job ul li .jobcon{display: none; padding:40px 6.25%;background:rgba(255,255,255,0.76);line-height: 1.8em;color: #000;}
.col-job ul li.active .jobtit{background: rgba(238,8,8,0.9);color: #fff;}
.col-job ul li.active span.jia,
.col-job ul li.active span.jia:after{background: rgba(255,255,255,0.38);}
.col-job ul li.active .jobcon {  display: block;}
/*产品中心*/
.col-page-product{padding-top: 75px;padding-bottom: 120px;}
.col-page-product .row{margin:0;}
.col-product-left{padding: 0;padding-right: 1.56%;}
.col-product-left h3{ color: #333; }
.col-product-left ul{ padding: 40px 0; }
.col-product-left ul li{ margin-bottom: 28px; }
.col-product-left ul li h4{padding-left: 25px;position: relative; font-size: 16px;line-height: 20px;}
.col-product-left ul li h4:before{content: '';height: 100%;position: absolute;left: 0;top:0;border-left:1px solid #ccc;}
.col-product-left ul li h4 a{ color: #888; }
.col-product-left ul li:hover h4:before,
.col-product-left ul li.on h4:before{border-width: 3px;border-color: #f49721;}
.col-product-left ul li:hover h4 a,
.col-product-left ul li.on h4 a{color: #f49721;}

.col-pro-search{margin:16px 0 80px;}
.col-pro-search input{ width: 100%;padding: 6px 10px;line-height: 35px; border:1px solid #ccc;background: #f0f3f5; }
.col-pro-search input::-webkit-input-placeholder,.col-pro-search textarea::-webkit-input-placeholder {color: #ccc;}
.col-pro-search input:-moz-placeholder,.col-pro-search textarea:-moz-placeholder {color:#ccc;}
.col-pro-search input::-moz-placeholder,.col-pro-search textarea::-moz-placeholder {color:#ccc;}
.col-pro-search input:-ms-input-placeholder,.col-pro-search textarea:-ms-input-placeholder {color:#ccc;}

.pro{padding: 0;padding-left: 1.95%;}
.pro ul.row{ margin:0 -0.96%; }
.pro ul li{ padding: 0 0.96%;margin-bottom: 50px; }
.pro ul li .pic{ background: #fff; }
.pro ul li .pic:after{ padding-bottom: 80%; }
.pro ul li .pic img{}
.pro ul li h5{ padding: 0 12px; font-size: 16px;line-height: 60px;color: #fff; background: #f49721; transition: 0.5s; }
.pro ul li h5 a{ color: #fff; }

/*产品详细页*/
.col-pade-product-detail{padding-top: 75px;}
.col-pade-product-detail .row{margin:0;}
.pro_show{ padding: 0;padding-left: 1.95%; }
.pro_show .caseleft{width: 100%;  }
.pro_show .caseright{width: 100%;margin-top: 105px; }
.pro_show .caseright h1{ line-height:1.3;font-size:36px;color: #333;}
.pro_show .caseright table{width: 100%;margin-top: 45px;}
.pro_show .caseright table tr td{width: 50%;padding: 13px 15px; word-break: break-all;border:1px solid #ededed;}

.pro_show .prenext{margin:30px 0 60px;padding: 20px 0 0; border-top:1px solid #e5e5e5;}

.pro_show .proshowcon .proshowh { }

.pro_show .proshowcon .proshowimg {
  text-align: center;
  padding-top: 40px;
}

#tab{position:relative;}
#tab .tabList ul li{
  float:left;
  background:#fefefe;
  background:-moz-linear-gradient(top, #fefefe, #ededed); 
  background:-o-linear-gradient(left top,left bottom, from(#fefefe), to(#ededed));
  background:-webkit-gradient(linear,left top,left bottom, from(#fefefe), to(#ededed));
  border:1px solid #ccc;
  padding:5px 0;
  width:100px;
  text-align:center;
  margin-left:-1px;
  position:relative;
  cursor:pointer;
}
#tab .tabCon{
  position:absolute;
  left:-1px;
  top:32px;
  border:1px solid #ccc;
  border-top:none;
  width:403px;
  height:100px;
}
#tab .tabCon div{
  padding:10px;
  position:absolute;
  opacity:0;
  filter:alpha(opacity=0);
}
#tab .tabList li.cur{
  border-bottom:none;
  background:#fff;
}
#tab .tabCon div.cur{
  opacity:1;
  filter:alpha(opacity=100);
}

.pro_show_pc .pic:after{padding-bottom: 75%;}
/*.pro_show_pc .pic img{max-width: 95%;}*/
.pro_show_phone .pic:after{padding-bottom: 61.42%;}

.swiper-container-product{  position: relative;  overflow: hidden;}
.pro_show_phone{/*margin:30px auto 0;*//*display:none;*/}
.swiper-container-product-phone{ position: relative;  overflow: hidden;text-align:center;background: #fff;}

.pro_show_phone .swiper-pagination{ width: 100%; left: 0;bottom:-50px;}
.pro_show_phone .swiper-pagination-bullet{ width: 10px;height: 10px;margin:0 5px; background: #ccc;opacity: 1; }
.pro_show_phone .swiper-pagination-bullet-active{ background: #f49721; }

.jqueryzoom{
  /*height: 500px;*/
  width: 100%;
  overflow: hidden;
  border:1px solid #dcdcdc;
}
.jqueryzoom .cloudzoom{
  /*height: 100%;*/
  /*margin:0 auto;*/
  text-align: center;
}
.product-thumb{
  padding:0px 60px;
  position: relative;
  /*margin-top:10px;*/
}
.product-thumb .swiper-slide{
  /*height:120px;*/
  /*border:1px solid #ebebeb;*/
}
.product-thumb .cloudzoom-gallery{
  cursor: pointer;
  /*height: 100%;*/
}
.product-detail-prev{width: 60px;height: 100%;background: #f49721;
  position: absolute;
  left: 0;
  color:#fff;
  padding:0;
  top:0;
  font-size: 30px;
}
.product-detail-next{width: 60px;height: 100%;background: #f49721;
  position: absolute;
  right: 0;
  color:#fff;
  top:0;
  font-size: 30px;
}
.product-detail-prev i,
.product-detail-next i{position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);}
.cloudzoom-lens {
    border: 1px solid #888;
    width: 100px;
    height: 100px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor: crosshair;
    background: #fff;
    z-index: 10;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
    border: 1px solid #888;
    width: 500px;
    height: 200px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    z-index: 99;
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    border: none;
    box-shadow: none;
}

/* CSS for captions */
.cloudzoom-caption {
    display: none; /* CSS captions should be hidden initially */
    text-align: left;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-family: sans-serif;
    font-size: 11px;
}

/* A blank image */
.cloudzoom-blank {
    background-image: url(blank.png);
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
    /*background-image: url(ajax-loader.gif);*/
    width: 32px;
    height: 32px;
}

/* 产品详情页选项卡 */
.proshowcon_tab{
  margin-top: 55px;
}
.proshowcon_tab .tab_menu{overflow:hidden;}
.proshowcon_tab .tab_menu li{
  float:left;font-size: 24px;padding: 0 15px;
  height:30px;
  line-height:30px;
  color:#f49721;
  cursor:pointer;
}
.proshowcon_tab .tab_menu li.current{ border-left:3px solid #f49721;}
.proshowcon_tab .tab_menu li a{color:#fff;text-decoration:none;}
.proshowcon_tab .tab_menu li.current a{color:#333;}
.proshowcon_tab .tab_box{padding: 30px 0; min-height: 200px; line-height: 1.8em; color: #333;}
.proshowcon_tab .tab_box li{height:24px;line-height:24px;overflow:hidden;}
.proshowcon_tab .tab_box li span{margin:0 5px 0 0;font-family:"宋体";font-size:12px;font-weight:400;color:#ddd;}
.proshowcon_tab .tab_box .hide{display:none;}

/*新闻资讯*/
.col-page-news{padding-top: 110px;padding-bottom: 110px;}
.newstop{}
.newstop ul.row{margin:0 -1.48%;}
.newstop ul li{padding: 0 1.48%;margin-bottom: 65px;}
.newstop ul li .pic{}
.newstop ul li .pic img{width: 100%;}
.newstop ul li .pic:after{padding-bottom: 56.45%;}
.newstop ul li .text{ width: 100%;padding:0 105px 0 25px; position: absolute;left: 0;bottom:38px;color: #fff; }
.newstop ul li a.more{ display: block;width: 50px;height: 50px;position: absolute;right: 25px;top:50%;margin-top: -25px; border:1px solid #fff;color: #fff;opacity: 0.5;line-height: 50px;text-align: center;  }
.newstop ul li h5{margin-top: 13px; font-size: 24px; }
.newstop ul li h5 a{color: #fff;}
.newstop ul li:hover a.more{ border-color: #f49721;background: #f49721;opacity: 1;}

.news ul li { padding: 40px 25px 35px; background: #fff; border-bottom: 1px solid #ccc;}
.news ul li h5{ font-size: 24px; }
.news ul li h5 a{display: block;padding-right: 95px; position: relative; color: #333;}
.news ul li h5 a span{ position: absolute;right: 0;top:5px;font-size: 14px; }
.news ul li .date{margin-top: 10px; color: #888; }
.news ul li h5 a:hover{color: #f49721;}


.newshow{padding-bottom:80px;}
.newshow .newshowtit {
  text-align: center;
  margin-top: 55px;
  border-bottom: 1px dotted #bfbebe;
}
.newshow .newshowtit h1 {
  font-size: 22px;line-height: 1.3;
  color: #333;
}
.newshow .newshowtit .date {
  line-height:1.8em;padding: 22px 0;
  font-size: 12px;
  color: #999;
}
.newshow .newshowtxt{margin:30px 0;}
.newshow .newshowtxt p {
  line-height: 25px;
}
.newshow .newshowimg {
  text-align: center;
  margin: 65px 0;
}
.prev-next {
  float: left;
  margin-top: 10px;
}
.prev-next a {
  display: block;
  color: #999;
  line-height: 25px;
  transition: 0.3s;
}
.prev-next a b {
  color: #666;
}
.prev-next a:hover {
  color: #d80808;
}
.prev-next a.prev {
  border-bottom: 1px dashed #d4d4d4;
}
/*站点地图*/
.mapwrap {
  margin: 40px auto;
  padding-bottom: 100px;
}
.mapwrap dl {
  margin: 20px auto 20px;
  overflow: hidden;
  line-height: 30px;
  width: 98%;
  transition: 0.3s;
}
.mapwrap dl:hover {
  box-shadow: 0 0 2px #d80808;
}
.mapwrap dl:hover dt a {
  color: #d80808;
  font-weight: bold;
}
.mapwrap dt {
  font-size: 14px;
  float: left;
  width: 10%;
  text-align: center;
  border: 1px solid #ddd;
  transition: 0.3s;
}
.mapwrap dt:hover {
  background: #d80808;
}
.mapwrap dt:hover a {
  color: #fff !important;
}
.mapwrap dt a {
  color: #d80808;
  display: block;
  padding: 10px 0;
  transition: 0.3s;
}
.mapwrap dt a:hover {
  color: #e0e9f3;
  font-weight: bold;
}
.mapwrap dd {
  font-size: 14px;
  overflow: hidden;
  float: left;
  width: 85%;
  line-height: 40px;
}
.mapwrap dd .p2 {
  padding: 0 0 0 20px;
  clear: both;
}
.mapwrap dd .p2 a {
  color: #d80808;
  font-weight: bold;
  overflow: hidden;
  transition: 0.3s;
}
.mapwrap dd .p2 a:hover {
  color: #000;
}
.mapwrap dd div {
  clear: both;
  overflow: hidden;
  padding: 0px 20px 0 10px;
}
.mapwrap dd div a {
  color: #333;
  float: left;
  padding: 0 10px 0 10px;
  margin-top: 1px;
  transition: 0.3s;
}
.mapwrap dd div a:hover {
  background: #d80808;
  color: #fff;
}



  /*# sourceMappingURL=style.css.map */
  /*loading页面*/
  #loading  
  {  
    width: 100%;
    height:100%;
    position:fixed;  
    z-index:999;  
    background:#ffffff;
    text-align: center;
    display: table;
  }   
  #loading span{
    display: table-cell;
    vertical-align: middle;
  }
  #loading span p{color:#fff;font-size: 20px;}
  #loading img{   
    display: inline-block; 
  }
  .scoll_dis  
  {   
    overflow:hidden;  
  }
  /*产品分类*/
  #catalog{
    width:1100px;
    margin: 15px auto;
    padding: 0 15px;
  }
  #catalog .catalog_title{width:10%;}
  .sicatalog_head {
    font-size: 44px;
    font-weight:bold;
    color: #d80808;
    font-family: Verdana,Arial;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    padding-left: 30px;
  }
  .f_l {
    float: left;
  }
  .dashed &gt; ul &gt; li{
    margin-left:30px; 
  }
  .dashed &gt; div &gt; span{
    height: 25px;
    line-height: 25px;
    font-weight: 600;
    color: #333;
  }
  .sicatalog {
    overflow: hidden;
    margin: 0 80px;
  }
  .sicatalog .dashed:first-child {
    border-top: none;
  }
  .sicatalog .dashed {
    overflow: hidden;
    border-top: #aaa 1px dashed;
    padding: 13px 0px;
  }
  .sicatalog li {
    text-align: center;
    float: left;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    margin: 0 13px;
  }
  .sicatalog li:hover,
  .sicatalog .active{
    background:#d80808; 
  }
  .sicatalog li:hover a,
  .sicatalog .active a{
    color:#fff;
  }
  /*产品放大镜*/
  .small &gt; .active{
    border: 3px solid #d80808;
  }
  #magnifier &gt; img{
    width: 100%;
    height:100%
  }
  /*滑块*/
  .magnifyingBegin{
    width: 175px;
    height: 210px;
    left: 0;
    top: 0;
    background-color: #454545;
    opacity: 0.5;
    filter:alpha(opacity=50);
    position: absolute;
    cursor: move;
    display: none;
  }
  /*放大镜显示区域*/
  .magnifyingShow{
    width: 370px;
    height: 420px;
    display: none;
    position: absolute;
    right: -400px;
    top: 0;
    overflow: hidden;
    background-color: #454545;
  }
  .magnifyingShow &gt; img{
    width: 790px !important;
    max-width: none;
    height: 865px;
    margin-left:0;
    margin-top: 0;
  }
  /*生产实力*/
  .carousel ul li{
    width: 100%;
    float: none;
  }
  /*站点地图*/
  #map .con{
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 50px; 
  }
  .con .hd h1 {
    width: 122px;
    height: 39px;
    font-size: 16px;
    line-height: 39px;
    font-family: "微软雅黑","MicrosoftYahei","宋体","Arial Narrow",sans-serif;
    text-align: center;
  }
  .con .hd {
    height: 39px;
    background: #fcfcfc;
    border-bottom: #fff 1px solid;
  }
  .con .bd {
    padding: 10px 0;
    border-top: #d6dbe1 1px solid;
    overflow: hidden;
    zoom: 1;
  }
  .con .bd dl {
    padding: 0 0 10px 10px;
    zoom: 1;
  }
  .con .bd dd {
    float: left;
    overflow: hidden;
    zoom: 1;
  }
  .con .bd ul {
    margin-right: 0;
    padding-right: 0;
    overflow: hidden;
    zoom: 1;
  }
  .con .bd li {
    float: left;
    height: 28px;
    padding: 0 5px;
    line-height: 28px;
  }
  .con .bd dd {
    margin: 6px;
  }
  /*站内搜索*/
  .goomay-keywords-light{
    background: #dc3545 !important;
    color:#ffffff !important;
  }
  #search{
    max-width: 1280px;margin-left: auto;margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    overflow:hidden
  }
  .search_left{
    /*float: left;*/
    /*width: 25%;*/
    border: 1px solid #d6d6d6;
    padding-top:5px;
    padding-bottom:5px;
  }
  .s_head{
    border-bottom: 1px solid #d6d6d6;
    height: 50px;
  }
  .s_head h2{
    line-height: 50px;
    /*margin-left: 15px;*/
  }
  .s_body ul{
    margin-top: 10px;
    margin-left: 20px;  
    margin-right: 20px;
  }
  .s_body ul span{
    display: block;
    color: #333;
    line-height: 40px;
  }
  .s_body ul input,
  .s_body ul select{
    height: 35px;
    width: 100%;
    line-height: 35px;
    border: 1px solid #e6e6e6;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .s_body .sub input{
    height: 35px;
    line-height: 35px;
    background: #575757;
    border: 0;
    font-weight: bold;
    color: #fff;
    transition: 0.3s;
    text-align: center;
    padding-left: 0px;
  }
  .search_right{
    padding-left: 40px;
    /*float: right;*/
    /*width: 73%;*/
    /*border-top: 1px solid #d6d6d6;
    padding-bottom: 15px;
    padding-top: 20px; 
    padding-left: 20px;*/
  }
  .search_right .no-result{
    text-align: center;
    font-size: 30px;
    color:#d80808;
    margin-top:50px;
  }
  .search-result-title{
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
  }
  .entry-image {
    float: left;
    width: 120px;
    margin: 0 20px 0 0;
  }
  .entry-c{
    position: relative;
    overflow: hidden;
  }
  .search-result-info{
    padding:5px 0;
  }
  .search-result-info li{
    display: inline-block;
  }
  .search_right em{
    color: #004cff;
  }
  .search_right .search-result{
    margin-left:25px;
  }
  .product_title a{
    color: #d80808;
    text-decoration: underline;
  }
  .search_right .search-li{
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  .search_right li{
    overflow: hidden;
  }
  .search-result-info li:before{
    content: '/';
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 0.5
  }
  .search-result-info li:first-child:before { display: none; }
  .product_list{
    padding-bottom: 15px;
    border-bottom: 1px solid #d6d6d6; 
    margin-bottom: 15px;
  }
  .product_img{
    float: left;
  }
  .product_img img{
    border-radius: 50%;
  }
  .product_img img:hover{
    width: 90px;
    height: 90px;
  }
  .product_body{
    float: left;
    margin-left: 20px;
    margin-top: 10px;
  }
  .product_title{
    margin-bottom: 20px;
  }
  .se_news{
    float: right;
    width: 79%;
  }
  .news ul li .se_news a {
    color:#d80808;
    text-decoration: underline;
    display: inline-block;
    height: 22px;
    overflow: hidden;
    transition: 0.3s;
  }
  .search_right .news .date em{
    color: #fff;
  }
  /*下载*/
  .col-page-download{padding-top: 110px;padding-bottom: 110px;}
  .col-page-download .row{margin:0;}
  #download { padding: 0; }
  #download h3{ color: #333; }
  #download ul{ padding: 45px 0; }
  #download ul li{ margin-bottom: 28px; }
  #download ul li h4{padding-left: 25px;position: relative; font-size: 16px;line-height: 20px;}
  #download ul li h4:before{content: '';height: 100%;position: absolute;left: 0;top:0;border-left:1px solid #ccc;}
  #download ul li h4 a{ color: #888; }
  #download ul li:hover h4:before,
  #download ul li.on h4:before{border-width: 3px;border-color: #f49721;}
  #download ul li:hover h4 a,
  #download ul li.on h4 a{color: #f49721;}

  #download-content{padding: 0 0 0 5.78%;}
  #download-content h1{ font-size: 36px;color: #000; }
  #download-content .desc{margin-top: 10px; font-size: 18px;color: #888;line-height: 1.8em; }
  #download-content .down{margin-top: 65px;}
  #download-content .down h4{ font-size: 24px;color: #000; }
  #download-content .down a{margin-top: 15px; display: block;padding:12px 3.95%;line-height: 24px; color: #000; background: #e0e0e0; }
  #download-content .down a img{margin-right: 13px;}
  #download-content .content{padding: 50px 0;}

  /*招聘*/
  .apply{ margin-top: 30px; }
  .apply a{display: block;width: 166px;height: 44px;text-align: center;line-height: 44px;background: #d25050;color: #fff;  }
  .apply a:hover{opacity: 0.8}

/****询盘****/
.inquiry-container .row{margin-left:0px;margin-right:0px;}
/*.inquiry-container li img{height:30px;}*/
.inquiry-container a{color:#000000;}
.inquiry-col{padding:0!important;}
.inquiry-title{font-size: 24px;margin:0px 0px 40px;color:#cccccc;position: relative;}
.inquiry-title:before{width: 90%;content:"";position: absolute;border-top: 1px dashed #cccccc;right: 0;top:15px;}
.inquiry-title:after{width: 90%;content:"";position: absolute;border-bottom: 1px dashed #cccccc;right: 0;top:20px;}
.inquiry-chose{background-color:#162c4c;color:#ffffff;padding:0px 20px;line-height: 50px}
.inquiry-chose .inquiry-select select{height:30px;color:#000000;line-height: 30px;width: 100%;border:none;padding:0 20px;cursor:pointer;}
.inquiry-container .classification{padding:0;}
.inquiry-search{text-align: right;}
.inquiry-search input{width: 290px;height: 30px;line-height: 30px;padding:0 10px;color:#000000;display: inline-block;float: right;margin: 10px 0;border: 0}
.inquiry-search i{width: 40px;height: 30px;background: #a0a0a0;color: #ffffff;float: right;line-height: 30px;text-align: center;font-size: 20px;margin: 10px 0;cursor:pointer;}
.inquiry-container .product-list{padding:20px 0 30px;border-bottom: 1px dashed #737373;color:#000000;}
.inquiry-container .fa-play{color:#ffffff;background: #162c4c;width: 24px;height:24px;line-height: 24px;text-align: center;}
.inquiry-container .product-list .product-ul li{height:60px;line-height: 60px;color:#000000;border-bottom: 1px solid #f2f2f2;}
.inquiry-add,.inquiry-submit{background: #e60012;color:#ffffff;padding:8px 20px;width:130px;text-align: center;border-radius: 10px;cursor: pointer;}
.inquiry-submit{margin-top: 30px;}
.inquiry-add .fa{font-size: 16px}
.inquiry-list{margin-top:20px;}
.inquiry-container .list-head{background: #f2f2f2;height:46px!important;line-height: 46px!important;}
.inquiry-list li{height:60px;line-height: 60px;color:#000000;border-bottom: 1px solid #f2f2f2;}
.inquiry-container .fa-times,.inquiry-container .fa-plus{font-size: 18px;cursor: pointer;}
.gm-row{margin:0;padding:0 !important;}
.inquiry-container .input-name{line-height: 40px;color:#0d0d0d;}
.inquiry-container .input-type input,.inquiry-container .input-type textarea{width: 100%;font-size: 12px;padding:5px;}
.inquiry-container .input-type textarea{height:140px;}
.inquiry-container .input-type input{height:40px;margin-bottom: 10px}
.inquiry-container .input-star{color:#cd0406;}
.inquiry-form{margin:100px 0;}
.inquiry-form h3{padding-bottom: 30px; font-size: 36px;color:#1a1a1a; border-bottom: 1px solid #ccc; }
.inquiry-submit{margin:0 auto;margin-top: 40px;}
.inquiry-add-page{margin-top:30px;}
.inquiry-page {padding:8px 0;text-align:right;}
.inquiry-page li {display: inline;}
.inquiry-page li a{font-family: arial;background: #ffffff;padding: 2px 6px;margin: 0 2px;font-size: 12px;display: inline;border:1px solid #cccccc;}
.inquiry-page li a:hover {background: #f3f3f3;}
.inquiry-page li.active a{background: #f3f3f3;color: #ababab;}
.inquiry-page li.bgnone a{display: none;}
.submit-hide{display: none;}
.inquiry-captcha .captcha_src{
  height:40px;
}
#BMapLib_search_bus_btn0{margin-right:0px!important;}
.tangram-suggestion-main{z-index: 99}
@media (max-width: 992px) {
  /*.banner,.banner img,.banner_slide{height:300px!important;}*/
}
.banner_slide{
  background-position: center!important;
      background-size: cover!important;
}
.baidu-map-content{
  margin:0;
  line-height:20px;
  padding:2px;
}
.baidu-map-content img{
  float:right;
  zoom:1;
  overflow:hidden;
  width:100px;
  height:100px;
  margin-left:3px;
}
/*产品规格*/
.spec-type{
  height: 32px;line-height: 32px;margin-top:3px
}
.spec-item{
  padding: 20px 0;
}
.spec-one-item{
  padding:5px 0;
}
.spec-val{
  padding-left: 0!important;
}
.choiceimg{
  width: 42px!important;
  height: 42px!important;
  padding: 2px!important;
}
.border-spec{
  border:1px solid #fff;
}
.border-spec:hover{
  border:1px dotted #f40;
}
.border-spec-active{
  border:1px dotted #f40;
}
.cartInvalid{
  background: #f0f0f0
}
.choice{
  padding: 0 10px;border: 1px solid #b8b7bd;cursor:pointer;float: left;margin-right: 5px;height: 32px;line-height: 32px;margin-top:3px;
}
.choice:hover{
  border: 1px solid #FF0036;
}
.choice-active{
  border: 1px solid #FF0036;
}
.choice-disabled{
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.click-disabled{
  pointer-events: none;
}
#gotoTop{
  display: none;
  z-index: 299;
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #333;
  background-color: rgba(0,0,0,0.3);
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #FFF;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 2px;transition: 0.5s;
}
#gotoTop:hover{
  background-color: #f49721;
}
.customer-service{
  z-index: 299;
  position: fixed;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 90px;
}
.customer-service li{
  width: 40px;
  height: 40px;
  background-color: #333;
  background-color: rgba(0,0,0,0.3);
  cursor: pointer;
  border-radius: 2px;
  margin-bottom: 10px;
}
.customer-service li a{
  color: #FFF;
}
.customer-service li:hover{
  background-color: #1ABC9C !important;
}
/*普通产品询盘*/
.enquiry-area{width: 100%;height: 100%;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;padding: 0 0 25px;border: 1px solid #eee;font-size: 14px;background: #fff;overflow: hidden;}
.enquiry-area .enquiry-head{cursor: default;background: #003e59;color: #ffffff;position: relative;width: 100%;height: 55px;line-height: 55px;font-size: 16px;padding-left: 22px;}
.enquiry-area .enquiry-item{position: relative;background: #fff;padding:0 20px;margin-top: 20px;}
.enquiry-area .enquiry-item button{background: #ff6f00;border: none;border-bottom: 2px solid #ef5a00;color: #ffffff;padding: 8px 22px;border-radius: 3px;text-decoration: none;transition: background 200ms ease;outline: none;cursor: pointer;width: 100%;}
.enquiry-area .enquiry-item button i{display: inline-block;margin-left: 8px;}
.enquiry-area .enquiry-item .enquiry-input{box-sizing: border-box;width: 50%;padding: 10px;font-family: 'Open Sans', sans-serif;background: #fff;margin: 0;height: 40px;font-size: 14px;border: 1px solid #eee;border-left: 2px solid #003e59;outline: none;resize: none;overflow: hidden;border-radius: 3px;transition: box-shadow 200ms ease;}
.enquiry-area .enquiry-item .enquiry-textarea{width:100%!important;height:95px!important;}



.aPlay{ display: block;width: 50px;height: 50px;color:#333;margin:0 auto;border-radius: 50%;line-height:50px;text-align: center;margin-top:45px;background: #f49721; }
.aPlay i{margin-left: 3px;}
.aPlay:hover{background: #fff;color: #f49721}
.videoPop{width: 100%;height: 100%;background: rgba(0,0,0,0.6);position: fixed;left: 0;top:0;z-index: 10;display: none;}

#video{width: 98%;max-width: 1280px;max-height: 600px; position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);}
#videoClose{position: absolute;right:10px;top:5px;color: #fff;cursor: pointer;font-size: 28px;transition: 0.5s;}
#videoClose:hover{color: #d89705;}
@media (max-width: 991px) {
  .aPlay{width: 42px;height: 42px;line-height:42px; margin-top:25px;}
}



.inquiry-form{}
.inquiry-form ul{margin-top: 23px;}
.inquiry-form ul li{ margin-top: 20px;width: 31.25%;float: left;margin-right: 3.125%; }
.inquiry-form ul li input,
.inquiry-form ul li textarea{float: left; width: 100%;padding:11px 10px; line-height: 35px; background: #fff;border:1px solid #ccc; }
.inquiry-form ul li textarea{height:180px; }

.inquiry-form ul li.li_3{width: 100%;}
.inquiry-form ul li.row{width: 100%;margin:20px 0 0;}
.inquiry-form ul li.row div{padding: 0;}
.inquiry-form ul li.row input{max-width: 150px;}
.inquiry-form ul li.sub{ width: 150px; }
.inquiry-form ul li.sub input{border-color: #f49721;background: #f49721;color: #fff;padding:6px 10px;}
.inquiry-form ul li:nth-child(3n){margin-right: 0;}


  .col-page-down{padding-top: 60px;padding-bottom: 70px;}
  .col-page-down .row{margin:0;}
  #download-list{padding: 0 0 0 5.78%;}
  #download-list ul{margin-top: -15px;}
  #download-list ul li{padding-left: 15px;margin-top: 15px; line-height: 24px; border-left:2px solid #ccc;}
  #download-list ul li a{ display: block;padding-right: 100px;position: relative; }
  #download-list ul li a span{ display: block;position: absolute;right: 0;top:0; }
  #download-list ul li a i{margin-right: 5px;}
@media (max-width: 767px) {
  #download-list{padding-left: 0;}
    .col-page-about .pro-video td{display: initial;}
 
}

input[type="search"] {
  /*font-size: 1.4em;*/
  background:none;
  /*background-image: url(../images/search-icon.svg);*/
  background-repeat: no-repeat;
  background-position: center right 8px;
  background-size: 4%;
  /*box-shadow: 0 .1em .1em 0 rgba(0, 0, 0, .1);*/
  border: solid 1px #ccc;
  /*border-bottom: 1px solid rgba(0, 0, 0, .3);*/
  padding: 1em;
  width: 100%;
  margin: 1em 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

input[type="search"]::-webkit-search-cancel-button {
  right: .4em;
  position: relative;
}

input[type="search"]:not(:invalid) {
  background: none;
}



/**
* Search
*/

.searchDown {
  position: relative;
}


/**
 * Results
 */

.results {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  
}
.results p{ width: 100%;padding: 12px 0; line-height: 24px; border-bottom:1px solid #ccc; }
.results p:first-child{border-top:1px solid #ccc;}
.results h3{display: block;padding: 50px 0;}
/**
 * Results Cards
 */

.results blockquote {
  -webkit-flex-basis: 8em;
  -ms-flex-preferred-size: 8em;
  flex-basis: 8em;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 1px solid black;
  padding: 1em;
  border-radius: .25em;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
  border: solid 1px rgba(155, 155, 155, .2);
  margin: .5em;
  font-size: .95em;
  line-height: 1.3em;
  font-weight: 400;
}

.results blockquote:first-letter,
.results cite {
  font-family: Didot, "Vidaloka", serif;
  font-weight: bold;
  font-size: 1.4em;
}

.results cite {
  font-size: .95em;
  vertical-align: bottom;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  margin-top: 1.2em;
  -webkit-font-smoothing: subpixel-antialiased;
}

.results.classes blockquote.visible {
  border-bottom: 5px solid #86BA68;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.results.classes blockquote.hidden {
  border-bottom: 5px solid #D15E39;
  display: block;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
/*增加荣誉*/
.col-add-honor{padding-top: 95px;}
.col-add-honor .list{margin-top: 50px;}
.col-add-honor .list ul li .pic:after{padding-bottom: 150%;}
.col-add-honor .list ul li .pic img{transition: 0.5s;}
.col-add-honor .list ul li:hover img{transform: scale(1.05);}
.col-add-honor .swiper-add-honor .swiper-button-prev,
.col-add-honor .swiper-add-honor .swiper-button-next{display: inline-block;position: static;margin:30px 12px; width: auto;height: auto;background: none;opacity: 1;z-index: 1; }
.col-add-honor .swiper-add-honor .swiper-button-prev i,
.col-add-honor .swiper-add-honor .swiper-button-next i{ display: block;width: 50px;height: 50px;line-height: 50px;color: #fff;transition: 0.5s;background: #f49721;border-radius: 50%; }
@media (max-width: 991px) {
  .col-add-honor{padding-top: 55px;}
  .col-add-honor .list{margin-top:30px;}
  .col-add-honor .swiper-add-honor .swiper-button-prev,
  .col-add-honor .swiper-add-honor .swiper-button-next{margin:20px 8px; }
  .col-add-honor .swiper-add-honor .swiper-button-prev i,
  .col-add-honor .swiper-add-honor .swiper-button-next i{width: 35px;height: 35px;line-height: 35px; }

}</pre></body></html>